home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 May
/
Macworld (1999-05).dmg
/
Shareware World
/
Comms & Internet
/
Net.Dreams Remote Mail 1.0
/
RM
/
login.remotemail
< prev
next >
Wrap
Text File
|
1999-02-23
|
2KB
|
58 lines
<html>
<head>
<title>Remote Mail Login</title>
</head>
<body bgcolor="#ffffff" LINK="#AD0833" VLINK="#504B82" ALINK="#03060D">
<center><h2>Remote EMail Login</h2></center>
<form action="mailbox.remotemail$[xid]" method=post>
<center>
<table bgcolor="#AD0833">
<tr>
<th align=right>POP Host Name</th>
<td align=left><input type=text name="new_mailhost" size=50></td>
</tr>
<tr>
<th align=right>POP Login Name</th>
<td align=left><input type=text name="new_user" size=50></td>
</tr>
<tr>
<th align=right>Password</th>
<td align=left><input type=password name="new_password" size=50></td>
</tr>
<tr>
<th align=right>Return Address</th>
<td align=left><input type=text name="new_return_address" size=50></td>
</tr>
<!-- If new_return_host is present, then the return addres is created from the login name
and the the new_return_host value. You might allow the user to fill this in himself,
or even present a <select> list of the possible values.
<tr>
<th align=right>Return Host</th>
<td align=left><input type=text name="new_return_host" size=50></td>
</tr>
If you are using an EIMS server and have allow-foreign-servers turned off, you can just
tell Remote Mail to figure out the return address for itself.
<input type=hidden name="new_return_algorithm" value="EIMS">
If there is no return-algorithm, return-host, or return-address, the return address
is computed from the login name and the pop host address. (eg: new_username@new_mailhost).
-->
<tr>
<td colspan=2>
<input type=submit value="Log In"> <input type=Reset value="Clear">
</td>
</tr>
</table>
</center>
</form>
</body>
</html>